home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Software / Vyzkuste / codePad / CodePad30.exe / Syntax Definitions / dfm.def < prev    next >
Text File  |  2000-11-08  |  2KB  |  102 lines

  1. object TPersHolder
  2.   P.Name = 'DFM Files'
  3.   P.SyntaxBlocks = <
  4.     item
  5.       Name = 'Default'
  6.       ID = 0
  7.       FIText = 0
  8.       FIIntNum = 1
  9.       FIFloatNum = 2
  10.       FIHexNum = 3
  11.       FISymbol = 6
  12.       UseSymbols = True
  13.       UseStrings = True
  14.       UseSingleLineStrings = True
  15.       UseNumbers = True
  16.       UsePrefixedNumbers = True
  17.       UseKeywords = True
  18.       BlockDelimiters = <>
  19.       SingleLineStringDelimiters = <
  20.         item
  21.           FontID = 4
  22.           LeftDelimiter = #39
  23.           RightDelimiter = #39
  24.         end>
  25.       NumPrefixes = <
  26.         item
  27.           LeftDelimiter = '#'
  28.         end>
  29.       KeywordSets = <
  30.         item
  31.           FontID = 5
  32.           Name = 'reserved'
  33.           Keywords = 'end,inherited,inline,item,object'
  34.         end>
  35.     end>
  36.   P.FontTable = <
  37.     item
  38.       FontID = 0
  39.       GlobalAttrID = 'Whitespace'
  40.       Font.Charset = DEFAULT_CHARSET
  41.       Font.Color = clBlack
  42.       Font.Height = -13
  43.       Font.Name = 'Courier New'
  44.       Font.Style = []
  45.     end
  46.     item
  47.       FontID = 1
  48.       GlobalAttrID = 'Integer'
  49.       Font.Charset = DEFAULT_CHARSET
  50.       Font.Color = clGreen
  51.       Font.Height = -13
  52.       Font.Name = 'Courier New'
  53.       Font.Style = []
  54.     end
  55.     item
  56.       FontID = 2
  57.       GlobalAttrID = 'Float'
  58.       Font.Charset = DEFAULT_CHARSET
  59.       Font.Color = clGreen
  60.       Font.Height = -13
  61.       Font.Name = 'Courier New'
  62.       Font.Style = []
  63.     end
  64.     item
  65.       FontID = 3
  66.       GlobalAttrID = 'Integer'
  67.       Font.Charset = DEFAULT_CHARSET
  68.       Font.Color = clGreen
  69.       Font.Height = -13
  70.       Font.Name = 'Courier New'
  71.       Font.Style = []
  72.     end
  73.     item
  74.       FontID = 4
  75.       GlobalAttrID = 'String'
  76.       Font.Charset = DEFAULT_CHARSET
  77.       Font.Color = clMaroon
  78.       Font.Height = -13
  79.       Font.Name = 'Courier New'
  80.       Font.Style = []
  81.     end
  82.     item
  83.       FontID = 5
  84.       GlobalAttrID = 'Reserved words'
  85.       Font.Charset = DEFAULT_CHARSET
  86.       Font.Color = clBlue
  87.       Font.Height = -13
  88.       Font.Name = 'Courier New'
  89.       Font.Style = [fsBold]
  90.     end
  91.     item
  92.       FontID = 6
  93.       GlobalAttrID = 'Delimiters'
  94.       Font.Charset = DEFAULT_CHARSET
  95.       Font.Color = clBlack
  96.       Font.Height = -13
  97.       Font.Name = 'Courier New'
  98.       Font.Style = []
  99.     end>
  100.   P.SyntaxVersion = 3
  101. end
  102.